home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_indent.idb / usr / freeware / src / indent / patches.z / patches
Encoding:
Text File  |  1998-05-21  |  616 b   |  32 lines

  1. *** ./sys.h    Sat Jan 29 19:54:36 1994
  2. --- ../indent-1.9.1/./sys.h    Fri May  8 11:15:13 1998
  3. ***************
  4. *** 12,17 ****
  5. --- 12,18 ----
  6.      GNU General Public License for more details. */
  7.   
  8.   #include <stdio.h>
  9. + #include <string.h>
  10.   
  11.   /* Values of special characters. */
  12.   #define TAB '\t'
  13. *** ./indent.h    Sat Jan 29 21:26:45 1994
  14. --- ../indent-1.9.1/./indent.h    Fri May  8 11:16:35 1998
  15. ***************
  16. *** 274,280 ****
  17.   {
  18.     char font[4];
  19.     char size;
  20. !   int allcaps:1;
  21.   };
  22.   char *chfont ();
  23.   
  24. --- 274,280 ----
  25.   {
  26.     char font[4];
  27.     char size;
  28. !   unsigned int allcaps:1;
  29.   };
  30.   char *chfont ();
  31.   
  32.